const net/http.protoUnencryptedHTTP2

3 uses

	net/http (current package)
		http.go#L37: 	protoUnencryptedHTTP2
		http.go#L53: func (p Protocols) UnencryptedHTTP2() bool { return p.bits&protoUnencryptedHTTP2 != 0 }
		http.go#L56: func (p *Protocols) SetUnencryptedHTTP2(ok bool) { p.setBit(protoUnencryptedHTTP2, ok) }